/**
 * fullPage 1.4.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body {
    margin: 0;
    padding: 0;
}
#superContainer {
    height: 100%;
    position: relative;
}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow:hidden;
}
.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.controlArrow.prev {
    left: 105px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
    opacity: 0.5;filter:alpha(opacity=50);
}
.controlArrow.next {
    right: 105px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
    opacity: 0.5;filter:alpha(opacity=50);
}
.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav {background:#1a1a1a !important;height:100%;width:50px;position:fixed;right:0;top:0;z-index:99999;margin-top:0 !important;padding-top:200px;}
#fullPage-nav li{width:24px;height:30px;margin:17px 0 17px 13px;}
#fullPage-nav li:first-child a{background:url(../images/l1.png) 1px 50% no-repeat;}
#fullPage-nav li:first-child a.active{background:url(../images/l2.png) 1px 50% no-repeat;color:#000;}
#fullPage-nav li a{display:block;height:30px;overflow:hidden;background:url(../images/ra.png) 8px 50% no-repeat;line-height:30px;color:#FFF;text-indent:60px;font-size:14px;}

#fullPage-nav li a.active{background:url(../images/pas.png) 8px 50% no-repeat;color:#000;}
#fullPage-nav p{width:136px;display:none;margin-left:20px;margin-top:10px;}
#fullPage-nav img{width:136px !important;height:auto !important;}